home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / timevent / _winfile / reminder / appsetup.inf next >
Encoding:
INI File  |  1995-03-29  |  1.7 KB  |  81 lines

  1.  
  2. [infofile]
  3.     filename= README.1ST
  4.     appname, Reminder 2.0
  5.     exefile  = "#W\notepad.exe readme.1st"
  6.     message  = "Do you want to view the readme file?"
  7.     
  8.  
  9. [dialog]
  10.     caption = "Reminder Installation"
  11.     Info, YES    
  12.     DirSelect, YES  
  13.  
  14. [data]
  15.     defdir = C:\REMINDER
  16.  
  17.  
  18. [disks]
  19.     1 =., "INSTALL"
  20.  
  21.  
  22.  
  23. [needed.space]
  24.     minspace = 20000
  25.  
  26.  
  27. [dest.directories]
  28.     #app.main,    0:
  29.  
  30.  
  31. [app.main]
  32.     1:REMINDER.EXE,    "Application Main Module"
  33.     1:REMINDER.HLP,    "Application Help File"
  34.     1:REMINDER.TXT,    "Application Text File"
  35.     1:README.1ST,    "##WReadme File"    ; This shows the literal ## non-macro
  36.     1:REGISTER.TXT, "Registration Information"
  37.     1:REMINDER.ICO, "Icon File For Reminder"
  38.  
  39. [progman.groups]
  40.     "Reminder", REMINDME.GRP
  41.     "StartUp" , STARTUP.GRP
  42.  
  43.     
  44.  
  45. ["Reminder"]
  46.     "Reminder", #D\REMINDER.EXE, #D\REMINDER.ICO
  47.     "Reminder Text", #D\REMINDER.TXT
  48.     "Reminder Help", #D\REMINDER.HLP
  49.     "Registration", #D\REGISTER.TXT
  50.  
  51. ["StartUp"]
  52.     "Reminder", #D\REMINDER.EXE, #D\REMINDER.ICO
  53.  
  54. [INIFiles]
  55.     WIN.INI, ProLinkReminder, TestEntry1, TestString1
  56.     WIN.INI, ProLinkReminder, TestEntry2, #D
  57.     SYSTEM.INI, ProLinkReminder, TestEntry1, TestString1
  58.     CONTROL.INI, ProLinkReminder, TestEntry2, #D\SUBDIR\FILENAME.EXT
  59.     ALEX.INI,ProLinkReminder, TestEntry1, "ALEX wrote this!"
  60.     
  61. [ExtCmds]
  62.  
  63. [Options]
  64.     Logging, NO     
  65.     DirChg, yes    
  66.     OverWrite, NO    
  67.  
  68.  
  69.     Restart, YES        
  70.  
  71.     RestartString, "The system must be rebooted/restarted for all changes to take effect.  Would you like to do this now?"
  72.     DeleteIW, YES    
  73.  
  74. [Window]
  75.     Show, YES     
  76.     Style, FULL     
  77.     Color, BLUE     
  78.     Message, "Reminder 2.0"    
  79.     Caption, "Reminder Installation"    
  80.     MessageLoc, TOP 
  81.